@charset "utf-8";
body,ul {
	padding: 0;
	margin: 0;
}


.imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:auto;
}
.main {
	position: relative;
	overflow: hidden;
	padding: 4px;
	width: 100%;
	height: auto;
	border: 1px solid #dadada;
}
.smaller {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 82px;
	margin-top: 5px;
}
.smaller li {
	position: relative;
	float: left;
	padding: 2px;
	width: 17%;
	max-height:80px;
	overflow:hidden;
	border: 1px solid #dadada;
	margin-left: 10px;
	cursor: pointer;
}
.smaller li:first-child {
	/* margin-left: 0; */
}
.smaller .current {
	/* border-color: #ff6a00; */
}
.biger {
	position: absolute;
	overflow: hidden;
	display: none;
	left:410px;
	width: 100%;
	height: 400px;
	z-index:999;
}
.mask {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	background: url('../images/mask-bg.png') repeat;
	cursor: crosshair;
}
.biger img {
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
}
@media screen and (min-width: 1170px){
.wrap {
	position: relative;
	top: 20px;
	
	width: 100%;
	height: 500px;
}	
	
}

@media screen and (max-width: 768px){

.wrap {
	position: relative;
	top: 20px;
	
	width: 100%;
	height: 400px;
}
.smaller li {
	position: relative;
	float: left;
	padding: 2px;
	width: 17%;
	max-height:80px;
	overflow:hidden;
	border: 1px solid #dadada;
	margin-left: 7px;
	cursor: pointer;
}

}